Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update README.md #69

wants to merge 1 commit into from

Conversation

soanseng
Copy link

@soanseng soanseng commented May 7, 2018

from elixir 1.4 documentation, Mix v1.4 now automatically infers your applications list as long as you leave the :applications key empty. So we should put an explanation for people who use more than version 1.4. Everything works well.

from [elixir 1.4 documentation](https://elixir-lang.org/blog/2017/01/05/elixir-v1-4-0-released/), Mix v1.4 now automatically infers your applications list as long as you leave the `:applications` key empty. So we should put an explanation for people who use more than version 1.4. Everything works well.
@@ -48,7 +48,7 @@ config :nadia,
```

And then, in `mix.exs`, list `:nadia` as an application inside `application/0`:

(you can omit this if your elixir is >= 1.4)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we could use more explanation here, e.g.,
"you can leave the applications key empty to use application inference if your elixir is >= 1.4"

Copy link
Author

@soanseng soanseng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! much better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants